toggle menu
library
common
switch theme
search in API
library
/
io.github.wax911.library.model.body
/
[common]GraphContainer
Graph
Container
common
data
class
GraphContainer
<
T
>
(
val
data
:
T
?
=
null
,
val
errors
:
List
<
GraphError
>
?
=
null
,
val
extensions
:
Map
<
Any
,
Any
>
?
=
null
)
GraphQL response that is spec complaint.
See also
GraphQL Data Specification
Members
Constructors
Graph
Container
Link copied to clipboard
common
constructor
(
data
:
T
?
=
null
,
errors
:
List
<
GraphError
>
?
=
null
,
extensions
:
Map
<
Any
,
Any
>
?
=
null
)
Properties
data
Link copied to clipboard
common
val
data
:
T
?
=
null
errors
Link copied to clipboard
common
val
errors
:
List
<
GraphError
>
?
=
null
extensions
Link copied to clipboard
common
val
extensions
:
Map
<
Any
,
Any
>
?
=
null